Get the first value of a Skip list

Hello !

I would like to know how to get the first value of a Skip list  !  Is it possible to do ?

Thank you !


Liise - Mon Jul 11 10:00:04 EDT 2016

Re: Get the first value of a Skip list
DOORSHAM - Mon Jul 11 10:16:32 EDT 2016

Unless someone knows of a better way,  start a for loop then stop after first loop.

Example of for loop is in help file.

 

Or if you used a numeric key starting at 0 then you could use find something like:

find (skp, 0,  sMyFirstValue)